home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992…ugust: Hack to the Future / ADC Developer CD (1992-08) (''Hack To The Future'')_iso / Dev.CD 199208.iso / Periodicals / develop / develop 9 code / Tracks / TestDrvr ƒ / init.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-01-06  |  473 b   |  19 lines  |  [TEXT/MPS ]

  1. #ifndef __INIT__
  2. #define __INIT__
  3.  
  4. #define shiftKeyCode 56
  5.  
  6.  
  7. pascal short             DrvrInstall(Handle drvrHandle, short refNum); /* Assembled glue */
  8. pascal unsigned short     IntDisable();
  9. pascal void             IntEnable(unsigned short OldStatus);
  10.  
  11.  
  12. // Driver installation routines 
  13. short     InstallDriver(StringPtr drvrDotName);
  14. static        short        changeDRVRSlot(short slot, StringPtr name);
  15. static        short          lookForSlotInUnitTable();
  16. pascal     void ShowINIT(short iconID, short moveX);
  17.  
  18. #endif
  19.